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

doublecmd: 1.1.11 -> 1.1.12
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:31:00 +02:00 committed by GitHub
commit eed1cc2629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "doublecmd";
version = "1.1.11";
version = "1.1.12";
src = fetchFromGitHub {
owner = "doublecmd";
repo = "doublecmd";
rev = "v${finalAttrs.version}";
hash = "sha256-8kxaJp9mSJ6fHOgVD5iFjecUU0Kt10KCAVSYMQt+bSw=";
hash = "sha256-8wwYyZ9Uq65jEmgA1yO001YSZuDLnXLrFjK6WIsppwU=";
};
nativeBuildInputs = [