linyaps: 1.9.12 -> 1.9.13 (#446270)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-26 08:47:15 +00:00
committed by GitHub
+2 -2
View File
@@ -39,13 +39,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linyaps";
version = "1.9.12";
version = "1.9.13";
src = fetchFromGitHub {
owner = "OpenAtom-Linyaps";
repo = finalAttrs.pname;
tag = finalAttrs.version;
hash = "sha256-BNP/CenPXMuEixEleil9zB08qLn/SZ9Ur/Im4MQy5nE=";
hash = "sha256-sAxHDvhRz7okElk8vdISJt/yrNnCdu95hW3ImHOjiyw=";
};
patches = [