free42: 3.0.9 -> 3.0.13

This commit is contained in:
R. Ryantm
2022-07-30 16:43:36 +00:00
parent 48f86ac8c8
commit cc8cefb0a8
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "free42";
version = "3.0.9";
version = "3.0.13";
src = fetchFromGitHub {
owner = "thomasokken";
repo = pname;
rev = "v${version}";
hash = "sha256-ZSwqgHsfe9apyYZ1fkvDMnQxdNb9E8U1l9jvC9t693w=";
hash = "sha256-0CFDkGUV9dihshYbjc0JL0axBcW499mt13xxdfO31vg=";
};
nativeBuildInputs = [