Unverified Commit d16103ec authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

varia: 2025.10.14 -> 2025.10.14-1 (#462577)

parents 2b9eb22c 005f614d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

python3Packages.buildPythonApplication rec {
  pname = "varia";
  version = "2025.10.14";
  version = "2025.10.14-1";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "giantpinkrobots";
    repo = "varia";
    tag = "v${version}";
    hash = "sha256-CLFupBVx6R2J6gIsegS2rEERQaBvD/mlBQ9rzEoN35c=";
    hash = "sha256-Spx9boNNeOXGr82uVKSpHCbimflKKjbjur+aKsNZFhY=";
  };

  nativeBuildInputs = [