Merge pull request #321763 from r-ryantm/auto-update/doublecmd

doublecmd: 1.1.15 -> 1.1.16
This commit is contained in:
lassulus
2024-06-23 00:36:21 +02:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.15";
version = "1.1.16";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-GFjswA0COhZCMY6KMtthGSA16sKwScXm7x+CjZ0hXl8=";
hash = "sha256-jVK4CKd4QkJp4bu9OrEo8oHxfVpEJd0saSbgc+aeKxU=";
};
nativeBuildInputs = [