Unverified Commit 59eeca22 authored by Thomas Tuegel's avatar Thomas Tuegel Committed by GitHub
Browse files

various: migrate rev to tag (#456534)

parents 65486c9b 160dcc12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "canonical";
    repo = "lightdm";
    rev = version;
    tag = version;
    sha256 = "sha256-ttNlhWD0Ran4d3QvZ+PxbFbSUGMkfrRm+hJdQxIDJvM=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
  src = fetchFromGitHub {
    owner = "Alexey-T";
    repo = "CudaText";
    rev = version;
    tag = version;
    hash = "sha256-ZFMO986D4RtrTnLFdcL0a2BNjcsB+9pIolylblku7j4=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ melpaBuild {
  src = fetchFromGitHub {
    owner = "idris-community";
    repo = "idris2-mode";
    rev = version;
    tag = version;
    hash = "sha256-rTeVjkAw44Q35vjaERs4uoZRJ6XR3FKplEUCVPHhY7Q=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ melpaBuild {
  src = fetchFromGitHub {
    owner = "emacsmirror";
    repo = "rect-mark";
    rev = version;
    tag = version;
    hash = "sha256-/8T1VTYkKUxlNWXuuS54S5jpl4UxJBbgSuWc17a/VyM=";
  };

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ let
    src = fetchFromGitHub {
      owner = "emacs-tree-sitter";
      repo = "emacs-tree-sitter";
      rev = version;
      tag = version;
      hash = "sha256-LrakDpP3ZhRQqz47dPcyoQnu5lROdaNlxGaQfQT6u+k=";
    };

Loading