karlyriceditor: 3.3 -> 4.1.2 (#424759)

Co-authored-by: DPDmancul <davide.peressoni@tuta.io>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-24 07:08:50 +00:00
committed by GitHub
co-authored by DPDmancul
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "karlyriceditor";
version = "3.3";
version = "4.1.2";
src = fetchFromGitHub {
owner = "gyunaev";
repo = "karlyriceditor";
rev = finalAttrs.version;
hash = "sha256-i4uZtHxnreow7a5ZX6WCXMUSwgkUJS/1oDCJOgfFjHw=";
hash = "sha256-eW5sO1gjuwIighnlylJQd9QC+07s1MZX/oPyaHIi/Qs=";
};
nativeBuildInputs = [