Commit 8a6e8eba authored by jaredmontoya's avatar jaredmontoya
Browse files

passff-host: 1.2.4 -> 1.2.5

parent ffb2278d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "passff-host";
  version = "1.2.4";
  version = "1.2.5";

  src = fetchFromCodeberg {
    owner = "PassFF";
    repo = "passff-host";
    tag = finalAttrs.version;
    hash = "sha256-P5h0B5ilwp3OVyDHIOQ23Zv4eLjN4jFkdZF293FQnNE=";
    hash = "sha256-8EThigW6uD5I4YmZYB2uNqdRzqqAHbULNY1UGA0vfAY=";
  };

  buildInputs = [ python3 ];