Merge pull request #233902 from r-ryantm/auto-update/dupd

dupd: 1.7.1 -> 1.7.2
This commit is contained in:
figsoda 2023-05-24 22:30:50 -04:00 committed by GitHub
commit 1bdda9e33d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "dupd";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "jvirkki";
repo = "dupd";
rev = version;
sha256 = "sha256-jDFPvJqIUEu0/8bvq2PaaA1NnWakApegW8bxn+NKffs=";
sha256 = "sha256-Jl95Ke1AntYeTKARQTXm5qMhwISEw4Pvnr6I2WEFlP4=";
};
postPatch = ''