Merge pull request #308786 from r-ryantm/auto-update/opustags

opustags: 1.9.0 -> 1.10.0
This commit is contained in:
Nick Cao 2024-05-03 10:39:43 -04:00 committed by GitHub
commit 463210a349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "opustags";
version = "1.9.0";
version = "1.10.0";
src = fetchFromGitHub {
owner = "fmang";
repo = "opustags";
rev = version;
sha256 = "sha256-cRDyE6/nv8g0OWxZ/AqfwVrk3cSIycvbjvQm9CyQK7g=";
sha256 = "sha256-2t6fhA1s1sKpHTmaMtK+DZ8xLpS6ntq33b4ycuMc8x8=";
};