mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
kwalletcli: 3.00 -> 3.01
Semi-automatic update. These checks were performed: - built on NixOS - found 3.01 in filename of file in /nix/store/088ja4dgf1lkpm5sddpvi5c7fc2k67sx-kwalletcli-3.01 cc "@peterhoeg"
This commit is contained in:
parent
b63297b203
commit
47c1be4bb4
@ -7,14 +7,14 @@
|
||||
|
||||
let
|
||||
pname = "kwalletcli";
|
||||
version = "3.00";
|
||||
version = "3.01";
|
||||
in
|
||||
mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/${name}.tar.gz";
|
||||
sha256 = "1q87nm7pkmgvkrml6hgbmv0ddx3871w7x86gn90sjc3vw59qfh98";
|
||||
sha256 = "03jd7m868dc5dkmm7wbr6dj1h1kp4cb2x8ay8jwvlcbnf7srjzcs";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user