asunder: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2026-02-07 12:31:24 +00:00
parent 605ce345a1
commit ba52c96059
+2 -2
View File
@@ -36,11 +36,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
version = "3.0.1";
version = "3.0.2";
pname = "asunder";
src = fetchurl {
url = "http://littlesvr.ca/asunder/releases/asunder-${finalAttrs.version}.tar.bz2";
hash = "sha256-iGji4bl7ZofIAOf2EiYqMWu4V+3TmIN2jOYottJTN2s=";
hash = "sha256-txNB10bM9WqnexeFxq+BqmQdCErD00t4vrU3YYhItks=";
};
nativeBuildInputs = [