frei0r: 2.3.3 -> 2.4.0 (#440005)

This commit is contained in:
Fabián Heredia Montiel
2025-09-10 23:11:34 -06:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "frei0r-plugins";
version = "2.3.3";
version = "2.4.0";
src = fetchFromGitHub {
owner = "dyne";
repo = "frei0r";
rev = "v${version}";
hash = "sha256-uKYCJD88TnrJTTnzCCietNt01QPeFW+hhnjcBNKUWsY=";
hash = "sha256-95d1aXfCq4mPccY8VKmO7jkX57li6OVSwtfIf9459n4=";
};
nativeBuildInputs = [