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

j: rev -> tag (#397676)

parents 95caf501 a566fe33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "jsoftware";
    repo = "jsource";
    rev = "${version}";
    tag = version;
    hash = "sha256-Afa2QzzgJYijcavurgGH/qwyofNn4rtFMIHzlqJwFGU=";
  };