dwarfs: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm 2023-12-28 07:32:18 +00:00
parent 55b8e90b5f
commit 1c6a5c7052

View file

@ -26,14 +26,14 @@
stdenv.mkDerivation rec {
pname = "dwarfs";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "mhx";
repo = "dwarfs";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-lFJW9rmUhiHyu+unGuONcgbsJg9h9MSvNyECmarRF/M=";
hash = "sha256-wclUyATUZmF7EEkrK9nWASmfiB+MBrvEzc73ngOrhZ0=";
};
patches = [