Merge pull request #283187 from r-ryantm/auto-update/free42

free42: 3.1.2 -> 3.1.3
This commit is contained in:
Nikolay Korotkiy
2024-01-24 22:00:51 +04:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "thomasokken";
repo = "free42";
rev = "v${finalAttrs.version}";
hash = "sha256-v7Qi0ZRLXEoZqnbIiHTkvsftwMi9vUhgH7wOtHN84nU=";
hash = "sha256-bOW5OyWaWblH2/2O3jNxaTjJEPZw86dTFJdexdlVLPs=";
};
nativeBuildInputs = [