Unverified Commit 75f3a139 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

tagutil: 3.1 -> 3.1-unstable-2025-06-16 (#451852)

parents 85897493 e0f34950
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
  pname = "tagutil";
  version = "3.1";
  version = "3.1-unstable-2025-06-16";

  src = fetchFromGitHub {
    owner = "kaworu";
    repo = "tagutil";
    rev = "v${version}";
    sha256 = "sha256-oY1aGl5CKVtpOfh8Wskio/huWYMiPuxWPqxlooTutcw=";
    rev = "c8b20ef350b1a8a67a747590e2e88b41f802cce4";
    sha256 = "sha256-sKnBS9kXhJ2atN6A3qcX9A+0A7WfNkOe+nKSblL3i0o=";
  };

  sourceRoot = "${src.name}/src";