update-nix-fetchgit 0.2.8 → 0.2.9
raw patch · 4 files changed
+6/−3 lines, 4 files
Files
- CHANGELOG.md +3/−0
- package.yaml +1/−1
- tests/test_dotgit.expected.nix +1/−1
- update-nix-fetchgit.cabal +1/−1
CHANGELOG.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.2.9] - 2021-07-21+- Fix dotgit / deepClone test sha256+ ## [0.2.8] - 2021-07-19 - Add `unstable-` prefix to versions when using dates
package.yaml view
@@ -1,5 +1,5 @@ name: update-nix-fetchgit-version: "0.2.8"+version: "0.2.9" synopsis: A program to update fetchgit values in Nix expressions description: | This command-line utility is meant to be used by people maintaining Nix
tests/test_dotgit.expected.nix view
@@ -19,7 +19,7 @@ srcDeep = fetchgit { url = "/tmp/nix-update-fetchgit-test/repo1"; rev = "1c60ae07b5740aab02e32b4f64600f002112e6fd";- sha256 = "1qw5y2n4a7i7f9mscqf4xwyxg5bn5cbrha797kdc7fcgjnhp5dy7";+ sha256 = "1ywf4ysn3fcr4dw24idz48i36ghvxbvi72icglp4nqhdj2s6bzj1"; deepClone = true; }; }
update-nix-fetchgit.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: update-nix-fetchgit-version: 0.2.8+version: 0.2.9 synopsis: A program to update fetchgit values in Nix expressions description: This command-line utility is meant to be used by people maintaining Nix expressions that fetch files from Git repositories. It automates the process