mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
duplicity: 3.0.4 -> 3.0.4.1 (#412652)
This commit is contained in:
commit
88cdb7fe4e
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@
|
||||||
let
|
let
|
||||||
self = python3.pkgs.buildPythonApplication rec {
|
self = python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "duplicity";
|
pname = "duplicity";
|
||||||
version = "3.0.4";
|
version = "3.0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "duplicity";
|
owner = "duplicity";
|
||||||
repo = "duplicity";
|
repo = "duplicity";
|
||||||
rev = "rel.${version}";
|
rev = "rel.${version}";
|
||||||
hash = "sha256-FoaKuB0mo2RFksMHnIUx984+h/U0tdvk+bvsuYt3r5g=";
|
hash = "sha256-cVzGdn3a9/Kvu/QYWaTXJ1llkPRvj0g8qb7TUjennws=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue