libbraiding: 1.0 -> 1.1
This commit is contained in:
parent
020ff6989a
commit
f175cb4478
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.0";
|
version = "1.1";
|
||||||
pname = "libbraiding";
|
pname = "libbraiding";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "miguelmarco";
|
owner = "miguelmarco";
|
||||||
repo = "libbraiding";
|
repo = "libbraiding";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0l68rikfr7k2l547gb3pp3g8cj5zzxwipm79xrb5r8ffj466ydxg";
|
sha256 = "1n1j58y9jaiv0ya0y4fpfb3b05wv0h6k2babpnk2zifjw26xr366";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue