3
0
Fork 0
forked from mirrors/nixpkgs

subsurface: 4.9.10 -> 5.0.1

This commit is contained in:
adisbladis 2021-06-14 19:56:55 -05:00
parent b49107c6d2
commit 549b9305d6
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -5,13 +5,13 @@
}:
let
version = "4.9.10";
version = "5.0.1";
subsurfaceSrc = (fetchFromGitHub {
owner = "Subsurface";
repo = "subsurface";
rev = "v${version}";
sha256 = "12ndhjplz3cwndwzhfc959dc0i6rm2qf3v2d8n9kba8nj63iblfs";
sha256 = "01r836ckvrmgprjf4cqxn2n3w5w4pa2fjrhspjndsspic8nwlrwg";
fetchSubmodules = true;
});