mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
ddclient: 3.11.0_1 -> 3.11.0
Release notes: https://github.com/ddclient/ddclient/releases/tag/v3.11.0 (The previous version was a pre-release.)
This commit is contained in:
parent
d48d296232
commit
03cb04dca4
@ -5,7 +5,7 @@ let
|
||||
in
|
||||
perlPackages.buildPerlPackage rec {
|
||||
pname = "ddclient";
|
||||
version = "3.11.0_1";
|
||||
version = "3.11.0";
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
@ -13,7 +13,7 @@ perlPackages.buildPerlPackage rec {
|
||||
owner = "ddclient";
|
||||
repo = "ddclient";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-pl1kbzY5nUIvx1QiDdL9TP4vKtQnnv3RWklE4gbxXCw=";
|
||||
sha256 = "sha256-s/gdTvEY4QIVidqNnN7GYrpCsp4nZ0GEH8Jv+LkSr48=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user