Unverified Commit 3ecb98dd authored by piegames's avatar piegames Committed by GitHub
Browse files

Merge pull request #285332 from 0x4A6F/master-nixfmt-rfc-style

nixfmt-rfc-style: 2024-01-15 -> 2024-01-31
parents 8c3a2ea1 3a27e00d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
2024-01-15
2024-01-31
+2 −2
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ mkDerivation {
  pname = "nixfmt";
  version = "0.5.0";
  src = fetchzip {
    url = "https://github.com/piegamesde/nixfmt/archive/1eff7a84ac82fbebb5f586244f1c80e1fcc4f494.tar.gz";
    sha256 = "1pg876sr58h7v087kbjsnfr4pzvqpwzibl06w2468qs1sywmd283";
    url = "https://github.com/piegamesde/nixfmt/archive/d6930fd0c62c4d7ec9e4a814adc3d2f590d96271.tar.gz";
    sha256 = "1ijrdzdwricv4asmy296j7gzvhambv96nlxi3qrxb4lj1by6a34m";
  };
  isLibrary = true;
  isExecutable = true;