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

dupd: 1.7.2 -> 1.7.3
This commit is contained in:
figsoda 2023-06-10 11:45:10 -04:00 committed by GitHub
commit 75626345a5
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.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "jvirkki";
repo = "dupd";
rev = version;
sha256 = "sha256-Jl95Ke1AntYeTKARQTXm5qMhwISEw4Pvnr6I2WEFlP4=";
sha256 = "sha256-ZiQroJ5fjBCIjU+M8KRA0N3Mrg9h0NVtfYUIS4cYyhw=";
};
postPatch = ''