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

varia: 2025.1.24 -> 2025.1.24-1 (#390836)

parents bf29ff21 7a43f7b0
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.1.24";
  version = "2025.1.24-1";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "giantpinkrobots";
    repo = "varia";
    tag = "v${version}";
    hash = "sha256-bsSAPKs5iD1CMQ+t0i09odglZre137TOSyvJqE5lqN4=";
    hash = "sha256-ZTsp2nVqNe+7uEk6HH95AtJMbdKHmKMy3l6q1Xpx4FY=";
  };

  postPatch = ''