Skip to content

Commit 3d5839d

Browse files
authored
CuboCore.corearchiver: 5.0.0 -> 5.0.1 (#517085)
2 parents e72a403 + 978254b commit 3d5839d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/applications/misc/cubocore-packages/corearchiver

pkgs/applications/misc/cubocore-packages/corearchiver/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "corearchiver";
16-
version = "5.0.0";
16+
version = "5.0.1";
1717

1818
src = fetchFromGitLab {
1919
owner = "cubocore/coreapps";
2020
repo = "corearchiver";
2121
tag = "v${finalAttrs.version}";
22-
hash = "sha256-+XaBe1fNpAQf3cqXV+A1cZ1tPck3bCpgEDmFeF536q4=";
22+
hash = "sha256-r2iXvc9KtRsB5IHvJxs/DxQIf7IiNWoM4h2wDgsXvZE=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)