deja-dup: 50.0 -> 50.1
changelog: https://gitlab.gnome.org/World/deja-dup/-/blob/50.1/NEWS.md diff: https://gitlab.gnome.org/World/deja-dup/-/compare/50.0...50.1
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "deja-dup";
|
||||
version = "50.0";
|
||||
version = "50.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.gnome.org";
|
||||
owner = "World";
|
||||
repo = "deja-dup";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-sdUyKRksi0ZvheivQVcDRBh7t6PoFeQ1mf4ygSTk4b4=";
|
||||
hash = "sha256-c4Myy1nV6CupGG53Iqm0Z82yVx/Llgot4IZCrnubacE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user