Unverified Commit 9f555ba1 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

jfsw: 20240303 -> 20260105 (#485035)

parents 8d6aedca 0ca83edb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jfsw";
  version = "20240303";
  version = "20260105";

  src = fetchFromGitHub {
    owner = "jonof";
    repo = "jfsw";
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-bOUgRa9zWufTFEj5huXAKeRerV8PqfqQVDoVUvRrj2I=";
    hash = "sha256-L/EtdbyU6uZbSajQkI8IclskIfzm15uikSK2EZZZHXA=";
  };

  nativeBuildInputs = [