subsurface: 5.0.1 -> 5.0.2

This commit is contained in:
adisbladis 2021-07-03 20:27:42 -05:00
parent d2e9348ee0
commit 004febc0cb
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

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