firefox_decrypt: unstable-2023-07-06 -> 1.1.0
This commit is contained in:
parent
975f881802
commit
6d8794342c
1 changed files with 3 additions and 3 deletions
|
@ -8,15 +8,15 @@
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "firefox_decrypt";
|
||||
version = "unstable-2023-07-06";
|
||||
version = "1.1.0";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "unode";
|
||||
repo = pname;
|
||||
rev = "2c61b27e6754cdf6a518ea617d05433f5ccf9f39";
|
||||
sha256 = "sha256-/Q6ET6NJ23eYo0ywYMY5TPYpzPHGDzH5+wEpFdsibh8=";
|
||||
rev = "0931c0484d7429f7d4de3a2f5b62b01b7924b49f";
|
||||
sha256 = "sha256-9HbH8DvHzmlem0XnDbcrIsMQRBuf82cHObqpLzQxNZM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue