decent-sampler: 1.12.14 -> 1.13.5, add kaptcha0 as maintainer (#434901)

This commit is contained in:
Fernando Rodrigues
2025-08-20 07:09:09 +00:00
committed by GitHub
2 changed files with 12 additions and 3 deletions
+5
View File
@@ -13088,6 +13088,11 @@
githubId = 56224949;
name = "Mia Kanashi";
};
kaptcha0 = {
name = "J'C Kabunga";
github = "kaptcha0";
githubId = 50426223;
};
karantan = {
name = "Gasper Vozel";
email = "karantan@gmail.com";
+7 -3
View File
@@ -10,11 +10,13 @@
freetype,
nghttp2,
libX11,
expat,
}:
let
pname = "decent-sampler";
version = "1.12.14";
version = "1.13.5";
rlkey = "orvjprslmwn0dkfs0ncx6nxnm";
icon = fetchurl {
url = "https://www.decentsamples.com/wp-content/uploads/2018/09/cropped-Favicon_512x512.png";
@@ -26,8 +28,8 @@ let
src = fetchzip {
# dropbox links: https://www.dropbox.com/sh/dwyry6xpy5uut07/AABBJ84bjTTSQWzXGG5TOQpfa\
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AFAQQGWSQ-kxJv5JggeMTrE/Decent_Sampler-1.12.14-Linux-Static-x86_64.tar.gz?rlkey=orvjprslmwn0dkfs0ncx6nxnm&dl=0";
hash = "sha256-n9WTR11chK9oCz84uYhymov1axTVRr4OLo6W0cRpdWc=";
url = "https://www.dropbox.com/scl/fo/a0i0udw7ggfwnjoi05hh3/AHWDqpqSKIsmfX6wyJdBhlU/Decent_Sampler-${version}-Linux-Static-x86_64.tar.gz?rlkey=${rlkey}&dl=0";
hash = "sha256-B7iw0NK74p1GXPS0wh+m3HyFsnqgODbt41rXZPo3/rE=";
};
nativeBuildInputs = [ copyDesktopItems ];
@@ -70,6 +72,7 @@ buildFHSEnv {
freetype
nghttp2
libX11
expat
];
runScript = "decent-sampler";
@@ -96,6 +99,7 @@ buildFHSEnv {
maintainers = with maintainers; [
adam248
chewblacka
kaptcha0
];
};
}