mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
abi-dumper: 1.2 -> 1.4 (#373179)
This commit is contained in:
commit
30c615fd2a
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "abi-dumper";
|
pname = "abi-dumper";
|
||||||
version = "1.2";
|
version = "1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lvc";
|
owner = "lvc";
|
||||||
repo = "abi-dumper";
|
repo = "abi-dumper";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1i00rfnddrrb9lb1l6ib19g3a76pyasl9lb7rqz2p998gav1gjp2";
|
sha256 = "sha256-BefDMeKHx4MNU6SyX5UpQnwdI+zqap7zunsgdWG/2xc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue