We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e72a403 + 978254b commit 3d5839dCopy full SHA for 3d5839d
1 file changed
pkgs/applications/misc/cubocore-packages/corearchiver/default.nix
@@ -13,13 +13,13 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "corearchiver";
16
- version = "5.0.0";
+ version = "5.0.1";
17
18
src = fetchFromGitLab {
19
owner = "cubocore/coreapps";
20
repo = "corearchiver";
21
tag = "v${finalAttrs.version}";
22
- hash = "sha256-+XaBe1fNpAQf3cqXV+A1cZ1tPck3bCpgEDmFeF536q4=";
+ hash = "sha256-r2iXvc9KtRsB5IHvJxs/DxQIf7IiNWoM4h2wDgsXvZE=";
23
};
24
25
nativeBuildInputs = [
0 commit comments