undmg: 1.1.0 -> 1.1.0-unstable-2024-08-02

Diff: https://github.com/matthewbauer/undmg/compare/v1.1.0...0d92602b694f810fa4b137d87c743f345b303a14
(cherry picked from commit dcd8a19b7c)
This commit is contained in:
DontEatOreo 2024-08-02 20:56:07 +03:00 committed by github-actions[bot]
parent 041fcb2ee1
commit be2df9d728

View File

@ -5,18 +5,19 @@
zlib,
bzip2,
lzfse,
xz,
pkg-config,
}:
stdenv.mkDerivation rec {
version = "1.1.0";
stdenv.mkDerivation {
pname = "undmg";
version = "1.1.0-unstable-2024-08-02";
src = fetchFromGitHub {
owner = "matthewbauer";
repo = "undmg";
rev = "v${version}";
sha256 = "0rb4h89jrl04vwf6p679ipa4mp95hzmc1ca11wqbanv3xd1kcpxm";
rev = "0d92602b694f810fa4b137d87c743f345b303a14";
hash = "sha256-eLxI3enf8EAgQePXvWxw8kOMr7KP2Q1Rsxy++v16zQI=";
};
nativeBuildInputs = [ pkg-config ];
@ -25,6 +26,7 @@ stdenv.mkDerivation rec {
zlib
bzip2
lzfse
xz
];
setupHook = ./setup-hook.sh;